home *** CD-ROM | disk | FTP | other *** search
- object FormDialog: TFormDialog
- Left = 0
- Top = 0
- BorderStyle = bsDialog
- Caption = 'File exists'
- ClientHeight = 125
- ClientWidth = 444
- Color = clBtnFace
- Constraints.MaxWidth = 450
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- PopupMode = pmExplicit
- PopupParent = FormMain.Owner
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LText: TLabel
- Left = 8
- Top = 40
- Width = 428
- Height = 13
- Constraints.MaxWidth = 428
- Constraints.MinWidth = 428
- WordWrap = True
- end
- object LWhat: TLabel
- Left = 8
- Top = 8
- Width = 46
- Height = 13
- Caption = 'Filename:'
- end
- object EditFilename: TEdit
- Left = 79
- Top = 5
- Width = 357
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- end
- object PUnten: TPanel
- Left = 8
- Top = 97
- Width = 428
- Height = 20
- BevelOuter = bvNone
- TabOrder = 1
- object Button2: TButton
- Tag = 2
- Left = 292
- Top = 0
- Width = 65
- Height = 20
- Caption = 'Rename'
- TabOrder = 0
- OnClick = ButtonClick
- end
- object Button3: TButton
- Tag = 1
- Left = 221
- Top = 0
- Width = 65
- Height = 20
- Caption = 'Overwrite'
- TabOrder = 1
- OnClick = ButtonClick
- end
- object CRemember: TCheckBox
- Left = 0
- Top = 2
- Width = 146
- Height = 17
- Caption = 'Remember for this session'
- TabOrder = 2
- end
- object Button1: TButton
- Tag = 128
- Left = 363
- Top = 0
- Width = 65
- Height = 20
- Caption = 'Skip'
- TabOrder = 3
- OnClick = ButtonClick
- end
- end
- end
-